github.com/google/go-cmp/cmp.sliceIndex.ykey (field)

9 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L445: 			step.vy, step.ykey = vy.Index(iy), iy
		compare.go#L447: 			step.vy, step.ykey = reflect.Value{}, -1
		path.go#L214: 	xkey, ykey int
		path.go#L222: 	case si.xkey == si.ykey:
		path.go#L224: 	case si.ykey == -1:
		path.go#L229: 		return fmt.Sprintf("[?->%d]", si.ykey)
		path.go#L232: 		return fmt.Sprintf("[%d->%d]", si.xkey, si.ykey)
		path.go#L238: 	if si.xkey != si.ykey {
		path.go#L253: func (si SliceIndex) SplitKeys() (ix, iy int) { return si.xkey, si.ykey }